func github.com/andybalholm/brotli.zopfliNodeDistanceCode
3 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L49: func zopfliNodeDistanceCode(self *zopfliNode) uint32 {
backward_references_hq.go#L322: } else if dist+clen <= block_start+pos+gap && dist <= max_backward_limit+gap && zopfliNodeDistanceCode(&nodes[pos]) > 0 {
backward_references_hq.go#L555: var dist_code uint = uint(zopfliNodeDistanceCode(next))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |